body {
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;

	/* L'image est positionnée en fond et est centrée */
	background-image: url(..\db-images\drapeau-qc-flou-transp.jpg);
	/* Ajout de la propriété avec les préfixes pour tous les moteurs de rendu */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header {
	margin-left: 20px;
	padding-left: 20px;
	color: #000000;
	width: 1250px;
}


section { 
	margin-left: 20px;
	padding-left: 20px;
	border: 3px black double;
	opacity: 1;
	color: black;
	width: 1250px;
	/*background-color: #5892dc;
	position: center center;
	/*font-size: 30px; */
	font-weight: normal; 
	text-align: justify 
}